home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / stufr01.zip / STUFFER.DOC < prev    next >
Text File  |  1988-07-22  |  3KB  |  74 lines

  1. (C) COPYRIGHT 1988 by Robert Orr; ALL RIGHTS RESERVED
  2.  
  3. Please refer all inquiries to:
  4.  
  5.         Robert Orr
  6.         P.O. Box 1956
  7.         Capitola, CA. 95010-1956
  8.  
  9.         I can also be reached by EMAIL on compuserve at 75655,1514
  10.         or Genie at R.ORR2
  11.  
  12. You may copy and distribute this program freely, provided that:
  13.     1)   No fee is charged for such copying and distribution, and
  14.     2)   It is distributed ONLY in its original, unmodified state.
  15.  
  16. If you like this program, and find it of use, then your registration
  17. fee of $10.00 will be appreciated. To use this product in a commercial
  18. environment or government organization you must pay a license fee of
  19. $25.00. Site licenses and commercial distribution licenses are available,
  20. see the above address. Registered users recieve notice of updates to the
  21. software.
  22.  
  23.                DISCLAIMER
  24.  
  25.  
  26.  
  27.       Use of this program acknowledges this disclaimer of warranty:
  28.       "This program is supplied as-is.  Robert Orr disclaims all
  29.       warranties, expressed or implied, including, without limitation,
  30.       the warranties of merchantability and of fitness of this program
  31.       for any purpose.  Robert Orr assumes no liability for damages
  32.       direct or consequential, which may result from the use of this
  33.       program."
  34.  
  35.  
  36.  
  37.                 USAGE
  38.  
  39.  
  40. Stuffer is a program designed to put files on floppy disks,
  41. wasting the least amount of space, without doing any compression
  42. of data (i.e. all files are standard ASCII files).  It does this
  43. by determining the file sizes and starting with the largest,
  44. copying them onto successive floppy disks in drive A until there
  45. are 8 Kbytes or less of free space on the floppy, then it prompts
  46. you for a new floppy to be inserted in the drive.  This process
  47. continues until all files are copied.
  48.  
  49. The program works on only the current directory.
  50.  
  51. The program will NOT break a large file across multiple floppys.
  52.  
  53. The program should run fine on other than 360K floppys, but as I
  54. don't have any, it hasn't been tested.
  55.  
  56. To run the program, enter the command:
  57.  
  58.         Stuffer
  59.  
  60.                 or
  61.  
  62.         Stuffer fn.ext
  63.  
  64.         Where fn.ext is a filename pattern (including wildcards) to
  65.         use. If you chooese this option, then only files in the
  66.         current directory whose names match the pattern will be copied
  67.         onto floppys. If you don't enter fn.ext, it assumes *.*.
  68.  
  69. Follow the instructions as to when to insert disks. To stop the
  70. process, press Esc. The program will stop after completing the current
  71. file copy and exit.
  72.  
  73.  
  74.